| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
--------------------------------------------------------
| SkypeFusion Profilfeld v1.5
| Author: MaZzIMo24
| Download: www.Fusion-v7.de.vu
--------------------------------------------------------
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
--------------------------------------------------------*


Notice
-----------------------------------------------
Dieses Profilfeld ist ausschlie\'dflich f\'fcr PHP-Fusion 



Features:
-------------------------------------------------
Dieses Profilfeld zeit den Skypestatus an und man kann direkt per link ber die Homepage folgende Dinge machen.

\tab - das Profil anschauen
\tab - den Kontakt zur Kontaktliste hinzufgen
\tab - den Jenigen anrufen
\tab - eine Nachricht schreiben
\tab - eine Datei senden
\tab - eine Sprachnachricht hinterlassen

Falls die normale "standard-profile.php" genutzt wird, wird bei leerem Feld nichts angezeigt whrend bei der
 "profile.php" vom Power-Fusion-Forum angezeigt wird dass keine Daten angegeben wurden.



INSTALLATION
-------------------------------------------------
1. SICHERE DEINE ALTE "profile.php"
2. Lade den Inhalt des Ordners "files" auf den Root deines Webservers.
3. aktiviere das Profilfeld "SKYFU" im Adminbereich

\b Falls du die "standard-profile.php" benutzt bist du jetzt fertig!

--------------------------------------------------------------------------------------------------

4. Im dem Falle dass die "profile.php" vom Power-Fusion-Forum benutzt suchst du folgenden Code (ca Zeile 185):\par


\tab //echo "<div class='small' style='margin: 0.8em;'>".$locale['CP359']."<br /><a href='".$settings['siteurl'].FUSION_SELF."?\tab\tab lookup=".$user_data['user_id']."'>".$settings['siteurl'].FUSION_SELF."?lookup=".$user_data['user_id']."</a></div>\\n";\par


und fgst danach folgenden Code ein:


\tab include LOCALE.LOCALESET."user_fields/user_skype.php";
\tab if (array_key_exists("user_skype", $user_data)) \{ 
\tab echo "<fieldset style='margin: 0em 0.4em 0em 0.4em;border:1px solid #ccc;'>\\n";
\tab echo "<legend><b><i>".$user_data['user_name'].$locale['mk_skype_011']."</i></b></legend>\\n";

\tab if ($user_data['user_skype']) \{
\tab echo "<div align='center' width='100%'>";
\tab echo "<div align='center'><font size='1px'><u><b>".$user_data['user_name'].$locale['mk_skype_002']."</b></u></font><img src='http://mystatus.skype.com/mediumicon/".$user_data['user_skype'].".png' width='15px'></div>\\n";
\tab echo "<br>";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?userinfo' title='".$locale['skype_003']."'>".$locale['skype_003']." <img src='".BASEDIR."images/skype/skype_info.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?add' title='".$locale['skype_004']."'>".$locale['skype_004']." <img src='".BASEDIR."images/skype/skype_addcontact.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?call' title='".$locale['skype_005']."'>".$locale['skype_005']." <img src='".BASEDIR."images/skype/skype_callstart.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?chat' title='".$locale['skype_006']."'>".$locale['skype_006']." <img src='".BASEDIR."images/skype/skype_message.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?sendfile' title='".$locale['skype_007']."'>".$locale['skype_007']." <img src='".BASEDIR."images/skype/skype_fileupload.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><a href='skype:".$user_data['user_skype']."?voicemail' title='".$locale['skype_008']."'>".$locale['skype_008']." <img src='".BASEDIR."images/skype/skype_voicemail.gif' width='15px'></a></div>\\n";
\tab echo "<div align='center'><hr>".$locale['mk_skype_009']."</div>";
\tab echo "</div>";
\tab\} else \{
\tab echo "<div align='center'><font size='2px'>".$user_data['user_name']."".$locale['skype_010']."</div>\\n";
\tab\}
\tab echo "<br></fieldset><br />\\n";


Jetzt bist du auch hier fertig.

Bedenke dass die Schritte 1 bis 3 auf Alle Flle durchgehrt werden mssen.

Viel Spa damit
\tab
}
 